-
Notifications
You must be signed in to change notification settings - Fork 9
[WC-3197] Atlas: improve logo syntax #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Design properties updates: * Introduced group names * Introduced Form orientation (document level) * Introduced Label width (document level) * Introduced design properties on Layout grid columns and rows * Theme variables: * accessibility improvements * improved consistency & flexibility * Default font (Poppins) is now shipped with Atlas * Introduced hover effect on input widgets * Improved page templates * Apply modal header styling to h2 for a11y
* chore(atlas): add changelog and increase version * chore(atlas-core): update changelogs --------- Co-authored-by: gjulivan <grandjulivan@gmail.com>
* fix: dataview content vertical scroll * fix: gallery popup on ios device * chore: update changelog * fix: fix after testing feedback * fix: remove transform for dropdown due to zindex issue * chore: update version
* fix: form edit styling fix * fix: outline overflow issue on form inputs * added changelog * update design properties styling for checkbox radio button and e2e * update e2e screenshots * update e2e diffs * update focus ring outline offset for topbar and bottombar * update e2e screenshots
* update SP version to 11.0 * chore(atlas-core): update changelogs --------- Co-authored-by: gjulivan <grandjulivan@gmail.com>
* remove template grid and update version atlas web content * chore(atlas-web-content): update changelogs --------- Co-authored-by: gjulivan <grandjulivan@gmail.com>
This fix is meant to isolate scroll container regions from each other, this is needed to prevent z-index wars between elements in different regions. With this change, every element in a scroll container region (no matter how high it's z-index is) won't compete with elements form other regions (and the region itself)
Co-authored-by: Content Teams SRV <87473071+uicontent@users.noreply.github.com>
Co-authored-by: Illia Obukhau <8282906+iobuhov@users.noreply.github.com>
* feat: Enhance UI/layout, update Atlas content and design system, and resolve various display issues * Layout & UI Improvements * Fixes for topbar (centering, active navigation, default closed width, padding). * Introduce options for topbar bottom border and sidebar border. * Add design properties for background toggle and color. * Bug Fixes * Resolve duplicate menu issues. * Fix scroll container regions z-index issues to prevent element competition. * Maintenance: * Changelog updates and typo fixes. * update combobox styling * update package json * update exclusion vars and branch * use grid topbar wrapper on topbar layout * add changelog * update screenshots and test * update test project path and changelog --------- Co-authored-by: gjulivan <grandjulivan@gmail.com>
* fix: hide-desktop being forced on profile-tablet * allow secondary color for topbar with sidebar menu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main PR: [WC-3197 Atlas: improve logo syntax](#290 (comment))